func runtime.atomic_casPointer
3 uses
runtime (current package)
atomic_pointer.go#L66: func atomic_casPointer(ptr *unsafe.Pointer, old, new unsafe.Pointer) bool {
iface.go#L502: atomic_casPointer((*unsafe.Pointer)(unsafe.Pointer(&s.Cache)), unsafe.Pointer(oldC), unsafe.Pointer(newC))
iface.go#L605: atomic_casPointer((*unsafe.Pointer)(unsafe.Pointer(&s.Cache)), unsafe.Pointer(oldC), unsafe.Pointer(newC))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)